home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / DayDreamBBS.lha / DayDream / Docs / DDConfTop.DOC < prev    next >
Text File  |  1996-10-14  |  2KB  |  97 lines

  1.                            DD-ConfTop V1.0 by Hydra
  2.                            ~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Features
  5. ~~~~~~~~
  6. DDConfTop as a conference top uploaders for DayDream BBS. It has following
  7. features:
  8.  
  9. o Generates alltime top uploaders of a conference
  10.  
  11. o Generates last week top uploaders of a conference
  12.  
  13. o Generates current week top uploaders of a conference
  14.  
  15. o Configurable outlook
  16.  
  17. o Able to enter message when the week has changed
  18.  
  19. o Configurable amount of listed users
  20.  
  21.  
  22. Requirements
  23. ~~~~~~~~~~~~
  24. This door requires DayDream BBS V1.18+. 
  25.  
  26. This is *NOT* residentable.
  27.  
  28. Usage
  29. ~~~~~
  30.  
  31. Conftop usage is like this:
  32.  
  33. Conftop [node] [mode].
  34.  
  35. Naturally, node should be always %N. Mode can be:
  36.  
  37.     all  - do the list of top alltime uploaders of the conference
  38.         last - do the list of top uploaders (last week) of the conf
  39.         this - do the list of top uploaders (this week) of the conf
  40.  
  41. If no mode is specified, Conftop runs in "add data" mode (Examine.DAT only).
  42.  
  43. *NOTE*. Conftop MUST be run as Daydream door!!
  44.  
  45.  
  46. Installation
  47. ~~~~~~~~~~~~
  48. 1) Copy Conftop executable to C:
  49.  
  50. 2) Add Doors:Conftop %N line to Examine.DAT of every conference you wish
  51.    to use this conftop door.
  52.  
  53. 3) Copy DD-ConfTop.CFG to the directory where you have your config-files.
  54.  
  55. 4) Make bulletins containing ÿDdoors:conftop %N all|| etc to Bulletins/
  56.    directory (all three (all/last/this)).
  57.  
  58. 5) Edit MSGCOM[CONF] lines in Conftop configfile
  59.  
  60. Config
  61. ~~~~~~
  62. DD-ConfTop.CFG may contain following keywords:
  63.  
  64. NOOPERETOR
  65.  
  66.     - No operator logins.
  67.  
  68. HEADER "    "
  69.  
  70.     - Custom header, may have multiple lines inside ":s.
  71.  
  72. LINE "    "
  73.  
  74.     - Custom design for entries
  75.  
  76. TAIL "    "
  77.  
  78.     - Custom design for tail
  79.  
  80. MAXLINES [number]
  81.  
  82.     - Maximum number of entries, default 15.
  83.  
  84. MSGCOM[conf] '      '
  85.  
  86.     - This is a bit more tricky. There should be MSGCOM-entry line for
  87.       every conference you want to make message weekly. Inside ':s is
  88.       a robowriter command line (make sure robowriter is in path).
  89.  
  90.       example:
  91.  
  92. MSGCOM31 'robowriter CONF 31 base 1 msg %s from ConfTop to All Subject "Uploaders last week in this conf"'
  93.  
  94.       Would post message message to all users to conference 31 weekly
  95.       about to uploaders in conf 31.
  96.  
  97.